HL7 FHIR Implementation Guide: ZM-Core Release 1 - Zambia
0.1.0 - Zambia flag

HL7 FHIR Implementation Guide: ZM-Core Release 1 - Zambia - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example ZM-Core Practitioner Role

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/PractitionerRole/ExampleZMCorePractitionerRole> a fhir:PractitionerRole ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleZMCorePractitionerRole"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hapi.moh.gov.zm/fhir/StructureDefinition/zm-core-practitioner-role"^^xsd:anyURI ;
       fhir:link <http://hapi.moh.gov.zm/fhir/StructureDefinition/zm-core-practitioner-role>
     ] )
  ] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole ExampleZMCorePractitionerRole</b></p><a name=\"ExampleZMCorePractitionerRole\"> </a><a name=\"hcExampleZMCorePractitionerRole\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-zm-core-practitioner-role.html\">ZM-Core Practitioner Role Profile</a></p></div><p><b>identifier</b>: <code>http://hapi.moh.gov.zm/fhir/sid/practitioner-role-id</code>/DHO-LSK-DHIO-001</p><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-ExampleZMCorePractitioner.html\">Practitioner Mary Chipo Phiri (official)</a></p><p><b>organization</b>: <a href=\"Organization-ExampleZMCoreOrganization.html\">Organization Chilenje First Level Hospital</a></p><p><b>code</b>: <span title=\"Codes:\">District Health Information Officer</span></p><p><b>location</b>: <a href=\"Location-ExampleZMCoreLocation.html\">Location University Teaching Hospital</a></p><p><b>healthcareService</b>: <a href=\"HealthcareService-ExampleZMCoreHealthcareService.html\">HealthcareService DHIS2 Reporting Service</a></p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Telecom</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"mailto:dhio.lusaka@example.org\">dhio.lusaka@example.org</a>, <a href=\"tel:+260-97-111-2233\">+260-97-111-2233</a></td></tr></table><p><b>communication</b>: <span title=\"Codes:{urn:ietf:bcp:47 en}\">English</span></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:system [ fhir:v "http://hapi.moh.gov.zm/fhir/sid/practitioner-role-id"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "DHO-LSK-DHIO-001" ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:practitioner [
     fhir:link <http://hl7.org/fhir/Practitioner/ExampleZMCorePractitioner> ;
     fhir:reference [ fhir:v "Practitioner/ExampleZMCorePractitioner" ]
  ] ; # 
  fhir:organization [
     fhir:link <http://hl7.org/fhir/Organization/ExampleZMCoreOrganization> ;
     fhir:reference [ fhir:v "Organization/ExampleZMCoreOrganization" ]
  ] ; # 
  fhir:code ( [
     fhir:text [ fhir:v "District Health Information Officer" ]
  ] ) ; # 
  fhir:location ( [
     fhir:link <http://hl7.org/fhir/Location/ExampleZMCoreLocation> ;
     fhir:reference [ fhir:v "Location/ExampleZMCoreLocation" ]
  ] ) ; # 
  fhir:healthcareService ( [
     fhir:link <http://hl7.org/fhir/HealthcareService/ExampleZMCoreHealthcareService> ;
     fhir:reference [ fhir:v "HealthcareService/ExampleZMCoreHealthcareService" ]
  ] ) ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "dhio.lusaka@example.org" ]
     ] [
       fhir:system [ fhir:v "phone" ] ;
       fhir:value [ fhir:v "+260-97-111-2233" ]
     ] )
  ] ) ; # 
  fhir:communication ( [
     fhir:coding ( [
       fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "en" ] ;
       fhir:display [ fhir:v "English" ]
     ] )
  ] ) . # 

<http://hl7.org/fhir/Practitioner/ExampleZMCorePractitioner> a fhir:Practitioner .

<http://hl7.org/fhir/Organization/ExampleZMCoreOrganization> a fhir:Organization .

<http://hl7.org/fhir/Location/ExampleZMCoreLocation> a fhir:Location .

<http://hl7.org/fhir/HealthcareService/ExampleZMCoreHealthcareService> a fhir:HealthcareService .